github.com/golang/mock/gomock.allMatcher.matchers (field)

4 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L172: 	matchers []Matcher
		matchers.go#L176: 	for _, m := range am.matchers {
		matchers.go#L185: 	ss := make([]string, 0, len(am.matchers))
		matchers.go#L186: 	for _, matcher := range am.matchers {